home *** CD-ROM | disk | FTP | other *** search
/ Nejlepší České Hry / Nej české hry.iso / hry / zlaty kalich / zlatykalich / ZlatyKalich.exe / scripts / DefineSprite_986 / frame_17 / DoAction.as
Text File  |  2001-12-02  |  400b  |  28 lines

  1. if(choice == 1)
  2. {
  3.    gotoAndPlay(22);
  4. }
  5. else if(choice == 2)
  6. {
  7.    gotoAndPlay(171);
  8. }
  9. else if(choice == 3)
  10. {
  11.    gotoAndPlay(250);
  12. }
  13. else if(choice == 4)
  14. {
  15.    if(_root.zidstate == 3)
  16.    {
  17.       gotoAndPlay(299);
  18.    }
  19.    else if(_root.zidstate == 5 || _root.zidstate == 6)
  20.    {
  21.       gotoAndPlay(370);
  22.    }
  23.    else if(_root.zidstate == 7)
  24.    {
  25.       gotoAndPlay(424);
  26.    }
  27. }
  28.